home *** CD-ROM | disk | FTP | other *** search
/ Champak 61 / Volume 61 - JOGO DISK .iso / Games / espelho-magico.swf / scripts / DefineButton2_204 / BUTTONCONDACTION on(release).as
Text File  |  2008-03-17  |  215b  |  11 lines

  1. on(release){
  2.    if(_root.girl_mc.eye_mc._currentframe == _root.girl_mc.eye_mc._totalframes)
  3.    {
  4.       _root.girl_mc.eye_mc.gotoAndStop(1);
  5.    }
  6.    else
  7.    {
  8.       _root.girl_mc.eye_mc.nextFrame();
  9.    }
  10. }
  11.